home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap01 / howto01 / delphi10 / ccscreen.dfm / ccscreen.txt
Encoding:
Text File  |  1995-08-19  |  567 b   |  28 lines

  1. object CCScreenSaverForm: TCCScreenSaverForm
  2.   Left = 258
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'CC Screen Saver'
  7.   ClientHeight = 122
  8.   ClientWidth = 308
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   WindowState = wsMaximized
  17.   OnActivate = FormActivate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   TextHeight = 20
  21.   object CCSSTImer: TTimer
  22.     Enabled = False
  23.     OnTimer = CCSSTImerTimer
  24.     Left = 65535
  25.     Top = 2
  26.   end
  27. end
  28.